home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / main.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  273 b   |  22 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 27 to 91
  4. end
  5.  
  6. on mouseDown
  7.   if rollover(39) then
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   if rollover(39) then
  13.     cursor(-1)
  14.     go("photo")
  15.   end if
  16. end
  17.  
  18. on mouseLeave
  19.   set the member of sprite 27 to 113
  20.   cursor(-1)
  21. end
  22.